Autogenerated HTML docs for v1.7.10.1-553-gb7fbc
diff --git a/git-config.html b/git-config.html index 54f1600..6b0c015 100644 --- a/git-config.html +++ b/git-config.html
@@ -617,11 +617,14 @@ a "true" or "false" string for bool), or <em>--path</em>, which does some path expansion (see <em>--path</em> below). If no type specifier is passed, no checks or transformations are performed on the value.</p></div> -<div class="paragraph"><p>The file-option can be one of <em>--system</em>, <em>--global</em> or <em>--file</em> -which specify where the values will be read from or written to. -The default is to assume the config file of the current repository, -.git/config unless defined otherwise with GIT_DIR and GIT_CONFIG -(see <a href="#FILES">[FILES]</a>).</p></div> +<div class="paragraph"><p>When reading, the values are read from the system, global and +repository local configuration files by default, and options +<em>--system</em>, <em>--global</em>, <em>--local</em> and <em>--file <filename></em> can be +used to tell the command to read from only that location (see <a href="#FILES">[FILES]</a>).</p></div> +<div class="paragraph"><p>When writing, the new value is written to the repository local +configuration file by default, and options <em>--system</em>, <em>--global</em>, +<em>--file <filename></em> can be used to tell the command to write to +that location (you can say <em>--local</em> but that is the default).</p></div> <div class="paragraph"><p>This command will fail (with exit code ret) if:</p></div> <div class="olist arabic"><ol class="arabic"> <li> @@ -5028,7 +5031,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2012-03-02 11:52:01 PDT +Last updated 2012-05-10 11:44:38 PDT </div> </div> </body>